home *** CD-ROM | disk | FTP | other *** search
- #ifndef H_SCSI
- #define H_SCSI
-
- #include "devices.h"
-
- struct scsiDeviceInfo {
- char * deviceName;
- char * info;
- int id;
- int bus;
- };
-
- int setupSCSIInterfaces(int forceConfig, struct driversLoaded ** dl);
- int scsiDeviceAvailable(void);
- int scsiGetDevices(struct scsiDeviceInfo ** sdiPtr);
-
- #endif
-